We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657ada9 commit bd74514Copy full SHA for bd74514
1 file changed
default.nix
@@ -133,7 +133,7 @@
133
134
src = fetchurl {
135
url = "https://gitlab.com/xdevs23/linux-nitrous/-/archive/v${version}/linux-nitrous-v${version}.tar.gz";
136
- hash = "sha256-Xzm+cD5VkZI80O8zVYkSBdtQ//F/aGwzFghHjp+04to=";
+ hash = "sha256-b2s6n/ChRUOP8ER5YQe1+tZBLKAQf8vqFuL4yRIcqbo=";
137
};
138
139
structuredExtraConfig = with lib.kernel; {
0 commit comments