nocturne: 1.3.0 -> 1.3.2

This commit is contained in:
R. Ryantm
2026-07-13 16:08:45 +00:00
parent b6511a3b8b
commit 0c3674a9ee
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nocturne";
version = "1.3.0";
version = "1.3.2";
src = fetchFromGitHub {
owner = "Jeffser";
repo = "Nocturne";
tag = finalAttrs.version;
hash = "sha256-z7E4PVSp7HDarnJeQFrJ/HznxUT+b6xTF0QTm5ffvTQ=";
hash = "sha256-uXsl438K0Ew0fdrKtGf28VkHQ76loDWKLJkounzqhEQ=";
};
__structuredAttrs = true;