From 5fe761d69a88de24811720c9348a6c2e92fa0342 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 5 Dec 2025 10:42:28 +0100 Subject: otherutils: 1.0 -> 1.1.0 --- pkgs/simple/otherutils.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') 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"; -- cgit v1.2.3