krep: 1.5.0 -> 2.0.0

This commit is contained in:
R. Ryantm
2026-02-15 03:36:54 +00:00
parent 384ef44140
commit 2d2890201a
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "krep";
version = "1.5.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "davidesantangelo";
repo = "krep";
rev = "v${finalAttrs.version}";
hash = "sha256-yPrQwztqJQGWk/RFklsA3dnuk7GCflaF0WbTm0mx7Gw=";
hash = "sha256-/eYS+GGqWbUkMzjRSGU6OElRaUFQ2/xvyRywRcQ9F+s=";
};
makeFlags = [