nsxiv: 33 -> 34

This commit is contained in:
R. Ryantm
2026-02-12 10:12:37 +00:00
parent edd0f3d2c8
commit 98637b3c33
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nsxiv";
version = "33";
version = "34";
src = fetchFromCodeberg {
owner = "nsxiv";
repo = "nsxiv";
rev = "v${finalAttrs.version}";
hash = "sha256-H1s+pLpHTmoDssdudtAq6Ru0jwZZ55/qamEVgtHTGfk=";
hash = "sha256-Yv5Px72iZWLtix0K7Tbzhkar7ZBSb121cBzMhkAZhak=";
};
outputs = [