Unverified Commit 55ffaf5b authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

krep: 0.3.6 -> 0.4.2 (#398279)

parents de8eb652 a92ccc05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "krep";
  version = "0.3.6";
  version = "0.4.2";

  src = fetchFromGitHub {
    owner = "davidesantangelo";
    repo = "krep";
    rev = "v${finalAttrs.version}";
    hash = "sha256-wfMNyqZgqoEkp51gompWUn65kaeVZIMfvo0VStW4EPA=";
    hash = "sha256-lg1nwBV/lfPVoMWmVh4iFElr5Qv+YA5HRKZOS3jd+6U=";
  };

  makeFlags = [