libnick: 2025.9.2 -> 2025.10.0

This commit is contained in:
R. Ryantm
2025-10-09 10:44:21 +00:00
parent eb19d9bd0d
commit 8d0edc3f54
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libnick";
version = "2025.9.2";
version = "2025.10.0";
src = fetchFromGitHub {
owner = "NickvisionApps";
repo = "libnick";
tag = finalAttrs.version;
hash = "sha256-Trz1SQxv/VplAKHO62aGxHb8k9KSUSReH+hYLaUagUY=";
hash = "sha256-nxh9WyIP86rnkUgFRMEbO2jw6dtfPR4mcHeGplmL6mc=";
};
nativeBuildInputs = [