libnick: 2025.1.0 -> 2025.2.0 (#386607)

This commit is contained in:
Arne Keller
2025-03-09 14:00:55 +01:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libnick";
version = "2025.1.0";
version = "2025.2.0";
src = fetchFromGitHub {
owner = "NickvisionApps";
repo = "libnick";
tag = finalAttrs.version;
hash = "sha256-Y7Vn9KaZjEJ29o2GouNl5B/svAtJ24El9WYgXHhnxho=";
hash = "sha256-pPQ4MEWKmPYUQ0FxQpCd7m6kT723pRnh1QTw/W0RY0Q=";
};
nativeBuildInputs =