summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2025-12-05 10:42:28 +0100
committertv <tv@krebsco.de>2025-12-05 10:42:28 +0100
commit5fe761d69a88de24811720c9348a6c2e92fa0342 (patch)
tree576793902860845417032a168998818c466bb377
parentca6a30306771cb0a0df42577eb5c850320a65d11 (diff)
otherutils: 1.0 -> 1.1.0
-rw-r--r--pkgs/simple/otherutils.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/simple/otherutils.nix b/pkgs/simple/otherutils.nix
index 3cc0caa..5c946d2 100644
--- a/pkgs/simple/otherutils.nix
+++ b/pkgs/simple/otherutils.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "otherutils";
- version = "1.0";
+ version = "1.1.0";
src = pkgs.fetchgit {
url = "https://cgit.krebsco.de/otherutils";
rev = "refs/tags/${version}";
- hash = "sha256-PLOxq/zDa4QFc4+42t22hZ4QbkLxM9H7Lkbys+4IWgg=";
+ hash = "sha256-eiMTIXTEsq+DGlOw+fcU2cgRkuPWTy5lm/L5heuhDxM=";
};
env = {
PREFIX = placeholder "out";