myanon: 0.6 -> 0.7 (#408108)

This commit is contained in:
Wolfgang Walther
2025-06-01 11:11:36 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "myanon";
version = "0.6";
version = "0.7";
src = fetchFromGitHub {
owner = "ppomes";
repo = "myanon";
tag = "v${finalAttrs.version}";
hash = "sha256-sB6ykRywaoG2gfHOEQ9UoVn62nMciBWgCM9DhovBoe0=";
hash = "sha256-pbClzLj9b4ZsehjSXwJjPlxpT6tlKcsZfEEfXVstlnA=";
};
nativeBuildInputs = [