Merge pull request #309098 from r-ryantm/auto-update/cartridges

cartridges: 2.7.4 -> 2.8.4
This commit is contained in:
Weijia Wang 2024-05-05 18:28:53 +02:00 committed by GitHub
commit 750c0fc05b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "cartridges";
version = "2.7.4";
version = "2.8.4";
src = fetchFromGitHub {
owner = "kra-mo";
repo = "cartridges";
rev = "v${finalAttrs.version}";
hash = "sha256-AfO+vLJSWdaMqqbzRZWrY94nu/9BM7mqdad9rkiq1pg=";
hash = "sha256-x6utIvU4LxM/CJogy5JrFrDTLFmXbgItgqtT+lM7FGA=";
};
pythonPath = with python3Packages; [