Merge pull request #322084 from r-ryantm/auto-update/noson

noson: 5.6.6 -> 5.6.7
This commit is contained in:
Nick Cao 2024-06-24 16:50:25 -04:00 committed by GitHub
commit a30579d1b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "noson";
version = "5.6.6";
version = "5.6.7";
src = fetchFromGitHub {
owner = "janbar";
repo = "noson-app";
rev = finalAttrs.version;
hash = "sha256-aBrp+mfY/c6K3dLbDGnEKoUbQC7TlFRQJZCjXPeDZ6s=";
hash = "sha256-lroQYO+Ab7uPQmsrUFK6uWdCoGQp1klyfLw6eAxdzjg=";
};
nativeBuildInputs = [