3
0
Fork 0
forked from mirrors/nixpkgs

wgnord: 0.1.10 -> 0.2.0

This commit is contained in:
R. Ryantm 2023-05-03 08:55:24 +00:00
parent 1446190b02
commit 9ca3c14d1b

View file

@ -13,13 +13,13 @@
resholve.mkDerivation rec {
pname = "wgnord";
version = "0.1.10";
version = "0.2.0";
src = fetchFromGitHub {
owner = "phirecc";
repo = pname;
rev = version;
hash = "sha256-T7dAEgi4tGvrzBABGLzKHhpCx0bxSCtTVI5iJJqJGlE=";
hash = "sha256-00513jr3Sk8YahqI14pQ7pU4P7MBUlsqXXfrACu35RQ=";
};
postPatch = ''