zenmonitor: use hash instead of sha256

This commit is contained in:
Harinn
2026-07-14 22:54:16 +07:00
parent 026694a08e
commit db6d4b8ac1
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
owner = "detiam";
repo = "zenmonitor3";
rev = "1e1ceec7353dc418578fe8ae56536bfee6adeca3";
sha256 = "sha256-q5BeLu0A2XJkJL8ptN4hj/iLhQmpb16QEhOuIhNzVaI=";
hash = "sha256-q5BeLu0A2XJkJL8ptN4hj/iLhQmpb16QEhOuIhNzVaI=";
};
buildInputs = [ gtk3 ];