Unverified Commit 77cb27d0 authored by seth's avatar seth Committed by GitHub
Browse files

cartridges: 2.2.1 -> 2.3 (#252415)

* cartridges: 2.2.1 -> 2.3

Diff: https://github.com/kra-mo/cartridges/compare/v2.2.1...v2.3



* cartridges: apply suggestion

Co-authored-by: default avatarAnderson Torres <torres.anderson.85@protonmail.com>

---------

Co-authored-by: default avatarWeijia Wang <9713184+wegank@users.noreply.github.com>
Co-authored-by: default avatarAnderson Torres <torres.anderson.85@protonmail.com>
parent 92df9246
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "cartridges";
  version = "2.2.1";
  version = "2.3";

  src = fetchFromGitHub {
    owner = "kra-mo";
    repo = "cartridges";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-LCO3GSRNi1alP9rRwBAfVAF49i4FmhsMOG9LW4PGB3s=";
    hash = "sha256-d0c0043kssPvGxs6FygDkTKZoYtFge2cH4MIhz2vVYk=";
  };

  buildInputs = [