Skip to content

Commit 020048b

Browse files
authored
krep: 0.4.2 -> 1.1.2 (#400876)
2 parents d2a230e + 5ec8be1 commit 020048b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/kr/krep/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "krep";
10-
version = "0.4.2";
10+
version = "1.1.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "davidesantangelo";
1414
repo = "krep";
1515
rev = "v${finalAttrs.version}";
16-
hash = "sha256-lg1nwBV/lfPVoMWmVh4iFElr5Qv+YA5HRKZOS3jd+6U=";
16+
hash = "sha256-mZ5ki1f0q4k3imxeF9qbn8ZU/at+NNBhroau/5Z4WU4=";
1717
};
1818

1919
makeFlags = [

0 commit comments

Comments
 (0)