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

cartridges: 2.8.4 -> 2.8.5
This commit is contained in:
Nick Cao 2024-05-29 11:52:16 -04:00 committed by GitHub
commit a1076f555a
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.8.4";
version = "2.8.5";
src = fetchFromGitHub {
owner = "kra-mo";
repo = "cartridges";
rev = "v${finalAttrs.version}";
hash = "sha256-x6utIvU4LxM/CJogy5JrFrDTLFmXbgItgqtT+lM7FGA=";
hash = "sha256-7T+q3T8z8SCpAn3ayodZeETOsTwL+hhVWzY2JyBEoi4=";
};
pythonPath = with python3Packages; [