Merge pull request #245797 from getchoo/cartridges-update

cartridges: 2.1 -> 2.1.1
This commit is contained in:
Pol Dellaiera 2023-07-28 10:57:57 +02:00 committed by GitHub
commit 7c48fc21a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "cartridges";
version = "2.1";
version = "2.1.1";
src = fetchFromGitHub {
owner = "kra-mo";
repo = "cartridges";
rev = "v${finalAttrs.version}";
sha256 = "sha256-g9P20B+4yhejVVjvtDAv1lf94srP66vceK4n7Sd9W80=";
sha256 = "sha256-jycTLKTHKhxd4t+3NB23Tf1oAvqiDHHsNmS6uLikgGA=";
};
buildInputs = [