Merge pull request #309835 from honnip/update-varia

varia: 2024.3.20 -> 2024.5.7
This commit is contained in:
Aleksana 2024-05-08 19:46:18 +08:00 committed by GitHub
commit 97015d7ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''