Unverified Commit e5eb22a6 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

chcase: 2.3.0 -> 2.4.0 (#492796)

parents 780861cc 7d976e95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "chcase";
  version = "2.3.0";
  version = "2.4.0";

  src = fetchFromGitHub {
    owner = "ryonakano";
    repo = "chcase";
    tag = finalAttrs.version;
    hash = "sha256-3TuAnuWV3Sm1T76Go4NWe2eA55ImR1TFYoCUnqfp9DE=";
    hash = "sha256-nvvfmw4tM3LuBAg503wu+EPg6iOLgd5XJ/ncdonbGnA=";
  };

  nativeBuildInputs = [