nugget-doom: 5.0.0 -> 5.1.0

This commit is contained in:
R. Ryantm
2026-06-30 04:24:07 +00:00
parent 3b1d058d00
commit 81c895c3bf
+2 -2
View File
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "nugget-doom";
version = "5.0.0";
version = "5.1.0";
src = fetchFromGitHub {
owner = "MrAlaux";
repo = "Nugget-Doom";
tag = "nugget-doom-${finalAttrs.version}";
hash = "sha256-3nSNWNekIZ8TXUgjh6lXG1QpdctAyZkIlF1jRjBabnw=";
hash = "sha256-k+wuO8nGYjZ56xWhP5iRmgk02YqmZBMnxJTVzg2/cjg=";
};
nativeBuildInputs = [