noson: 5.6.13 -> 5.6.25 (#488428)

This commit is contained in:
Marcin Serwin
2026-06-04 13:40:20 +00:00
committed by GitHub

View File

@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "noson";
version = "5.6.13";
version = "5.6.25";
src = fetchFromGitHub {
owner = "janbar";
repo = "noson-app";
tag = finalAttrs.version;
hash = "sha256-XJBkPhyDPeyVrcY5Q5W9LtESuVxcbcQ8JoyOzKg+0NU=";
hash = "sha256-Y+kyadcrGGpqxY7y1xkYh3BMDItE2LLwT6nJ2YuHp10=";
};
nativeBuildInputs = [