Compare commits

..

1 Commits

Author SHA1 Message Date
7422c005ff flake: vendorSha256 -> vendorHash 2024-03-30 13:11:46 +01:00

View File

@@ -32,7 +32,7 @@
inherit version;
src = ./.;
ldFlags = ["-s -w"];
vendorSha256 = null;
vendorHash = null;
};
});