passff: 1.22 -> 1.22.1

This commit is contained in:
2025-04-21 08:19:51 +00:00
parent 1c6054c720
commit 8a262749e8

View File

@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "passff";
version = "1.22";
version = "1.22.1";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "PassFF";
repo = "passff";
rev = version;
hash = "sha256-9uuLsNSom6cF3yMrbwexsyttwxcCLez17ZxxZvTLBRI=";
hash = "sha256-XtKrVrXpvsz/7XaGiYW0dxRZr7wLGNK+C6c9BHqY7Gw=";
};
nativeBuildInputs = [ zip ];