diff options
Diffstat (limited to 'pkgs/simple/otherutils.nix')
| -rw-r--r-- | pkgs/simple/otherutils.nix | 4 |
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"; |
