myanon: 0.5 -> 0.6

This commit is contained in:
R. Ryantm 2024-07-23 17:19:25 +00:00
parent 65f98a6801
commit 0c22506820

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "myanon"; pname = "myanon";
version = "0.5"; version = "0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ppomes"; owner = "ppomes";
repo = "myanon"; repo = "myanon";
rev = "refs/tags/v${finalAttrs.version}"; rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-tTGr8bTxZc75GYhpJ0uzpkPtMB3r/DXRMNqSlG+1eaA="; hash = "sha256-sB6ykRywaoG2gfHOEQ9UoVn62nMciBWgCM9DhovBoe0=";
}; };
nativeBuildInputs = [ autoreconfHook flex bison ]; nativeBuildInputs = [ autoreconfHook flex bison ];