Skip to content

Commit eb65179

Browse files
libnick: 2025.5.3 -> 2025.6.1 (#414713)
Co-authored-by: normalcea <[email protected]>
2 parents 3ad4b05 + cc58067 commit eb65179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libnick/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "libnick";
22-
version = "2025.5.3";
22+
version = "2025.6.1";
2323

2424
src = fetchFromGitHub {
2525
owner = "NickvisionApps";
2626
repo = "libnick";
2727
tag = finalAttrs.version;
28-
hash = "sha256-JibExEI5MisKZ9kEIOMzDg8A8LEM8U+ckGFfnZu+ghQ=";
28+
hash = "sha256-Ir2Jke1zK4pKldQJHaT0Ju0ubz7H6nx16hDNl6u48Ck=";
2929
};
3030

3131
nativeBuildInputs =

0 commit comments

Comments
 (0)