zapret2: 1.0 -> 1.0.1

This commit is contained in:
R. Ryantm
2026-06-16 09:13:04 +00:00
parent b38530584b
commit 77c2f0dbfc
+2 -2
View File
@@ -20,7 +20,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zapret2";
version = "1.0";
version = "1.0.1";
outputs = [
"out"
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "bol-van";
repo = "zapret2";
tag = "v${finalAttrs.version}";
hash = "sha256-OCXsM1vIb/xtuwNCD4gbrlOV3F8jvARwOi1SCWhoOAY=";
hash = "sha256-hV9MVkDVkGGGdHCUGRscm9rIKORDEi+xWtfITQE22mw=";
leaveDotGit = true;
postFetch = ''
cd "$out"