varia: 2024.3.20 -> 2024.5.7

https://github.com/giantpinkrobots/varia/compare/v2024.3.20...v2024.5.7
This commit is contained in:
Honnip 2024-05-07 22:14:59 +09:00
parent 7be445e577
commit 374677366f
No known key found for this signature in database
GPG Key ID: 576E43EF8482E415
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@
python3Packages.buildPythonApplication rec {
pname = "varia";
version = "2024.3.20";
version = "2024.5.7";
pyproject = false;
src = fetchFromGitHub {
owner = "giantpinkrobots";
repo = "varia";
rev = "v${version}";
hash = "sha256-kvpARXunKaybw9mNCvCTjtHTGbnbVmja5npcjFY5cdM=";
hash = "sha256-axBBJYIFCt3J0aCY8tMYehho0QN1eIcUMPhWb5g5uDc=";
};
postPatch = ''