su-exec: 0.2 -> 0.3

This commit is contained in:
R. Ryantm
2025-10-07 18:50:09 +00:00
parent 30ca6c368c
commit 03d53ec81c
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "su-exec";
version = "0.2";
version = "0.3";
src = fetchFromGitHub {
owner = "ncopa";
repo = "su-exec";
rev = "v${version}";
hash = "sha256-eymE9r9Rm/u4El5wXHbkAh7ma5goWV0EdJIhsq+leIs=";
hash = "sha256-VUaparvPZhVOtAVPULIDQmpLUypl9aYYZlZrIIxuoTI=";
};
installPhase = ''