myanon: 0.6 -> 0.7

This commit is contained in:
R. Ryantm 2025-05-17 19:24:02 +00:00
parent 489293fffc
commit 3a9aacdc64

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 = [