nix-pin: 0.3.1 -> 0.3.4

This commit is contained in:
Tim Cuthbertson 2018-06-18 22:09:14 +10:00
parent 95a8cb3ade
commit 9fb27679de

View File

@ -1,12 +1,12 @@
{ lib, pkgs, stdenv, fetchFromGitHub, mypy, python3, nix, git, makeWrapper }: { lib, pkgs, stdenv, fetchFromGitHub, mypy, python3, nix, git, makeWrapper }:
let self = stdenv.mkDerivation rec { let self = stdenv.mkDerivation rec {
name = "nix-pin-${version}"; name = "nix-pin-${version}";
version = "0.3.1"; version = "0.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "timbertson"; owner = "timbertson";
repo = "nix-pin"; repo = "nix-pin";
rev = "version-0.3.1"; rev = "version-0.3.4";
sha256 = "1sldbrz33wz30d3vv3d2clyqyd6x1y6h6xjz1xv55fa97ig1h481"; sha256 = "03wdxai3hpv2v9jp7r91x8y36ryz6v1cczmx3d26g1bf0ij5svb8";
}; };
buildInputs = [ python3 mypy makeWrapper ]; buildInputs = [ python3 mypy makeWrapper ];
checkPhase = '' checkPhase = ''