3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #184153 from r-ryantm/auto-update/yank

yank: 1.2.0 -> 1.3.0
This commit is contained in:
Bobby Rong 2022-08-05 20:05:15 +08:00 committed by GitHub
commit 1129fa1b99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "yank";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "mptre";
repo = "yank";
rev = "v${version}";
sha256 = "1izygx7f1z35li74i2cwca0p28c3v8fbr7w72dwpiqdaiwywa8xc";
sha256 = "sha256-sZiZki2Zl0Tfmls5KrLGxT94Bdf9TA9EwoaLoFOX9B4=";
};
installFlags = [ "PREFIX=$(out)" ];