Merge pull request #329458 from r-ryantm/auto-update/myanon

myanon: 0.5 -> 0.6
This commit is contained in:
Peder Bergebakken Sundt 2024-08-16 02:28:43 +02:00 committed by GitHub
commit 86e931a9b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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