nocturne: 1.2.2 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-06-19 02:23:11 +00:00
parent f7df78e77a
commit 187f1439f7
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nocturne";
version = "1.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "Jeffser";
repo = "Nocturne";
tag = finalAttrs.version;
hash = "sha256-2UtlOdxXFdWoGeEwb89qI5Xp8FES2I3Eno8DIbhkBhI=";
hash = "sha256-z7E4PVSp7HDarnJeQFrJ/HznxUT+b6xTF0QTm5ffvTQ=";
};
__structuredAttrs = true;