Commit 7d976e95 authored by R. RyanTM's avatar R. RyanTM
Browse files

chcase: 2.3.0 -> 2.4.0

parent 27e297b7
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 = [