noson: 5.6.8 -> 5.6.10

This commit is contained in:
R. Ryantm
2025-05-12 06:40:34 +00:00
parent 771ab068b0
commit 8d99791752
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "noson";
version = "5.6.8";
version = "5.6.10";
src = fetchFromGitHub {
owner = "janbar";
repo = "noson-app";
rev = finalAttrs.version;
hash = "sha256-hCVGi+++6CcTRMXeRKH8xRncm/Gl83GgU3aAIPI/yGU=";
hash = "sha256-ERlZtQTwPu5Y1i5cV9c5IMSJW30ootjmFix0EiF+/x0=";
};
nativeBuildInputs = [