Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

yank: 1.0.0 -> 1.1.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yank/versions

+2 -2
+2 -2
pkgs/tools/misc/yank/default.nix
··· 8 owner = "mptre"; 9 repo = "yank"; 10 rev = "v${meta.version}"; 11 - sha256 = "03h99i59kq8jlmshfwas1qm4y5ksw9lxaf9kr14l2mp028g7930n"; 12 inherit name; 13 }; 14 ··· 27 ''; 28 downloadPage = "https://github.com/mptre/yank/releases"; 29 license = licenses.mit; 30 - version = "1.0.0"; 31 maintainers = [ maintainers.dochang ]; 32 platforms = platforms.unix; 33 };
··· 8 owner = "mptre"; 9 repo = "yank"; 10 rev = "v${meta.version}"; 11 + sha256 = "0jhr4ywn5x5s15sczhdyyaqy3xh5z4zsx3g42ma26prpnr4gjczz"; 12 inherit name; 13 }; 14 ··· 27 ''; 28 downloadPage = "https://github.com/mptre/yank/releases"; 29 license = licenses.mit; 30 + version = "1.1.0"; 31 maintainers = [ maintainers.dochang ]; 32 platforms = platforms.unix; 33 };