about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-02-08 10:20:05 +0100
committerGitHub <noreply@github.com>2020-02-08 10:20:05 +0100
commit68e753d0d945db271a0f20e258c595359a26e7d5 (patch)
tree0339be920221ab0cbecfce675a7ca34167de8b39 /pkgs/applications
parent0594edc5423c70f6475277e83c2beb3b5fdbaf64 (diff)
parent9e1d9e95a958e398895b615d2ac9c95a5f36bbbf (diff)
Merge pull request #79517 from r-ryantm/auto-update/grip
grip: 4.0.1 -> 4.1.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/grip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/grip/default.nix b/pkgs/applications/misc/grip/default.nix
index 4416e1e62c2d3..b70901bac8105 100644
--- a/pkgs/applications/misc/grip/default.nix
+++ b/pkgs/applications/misc/grip/default.nix
@@ -2,11 +2,11 @@
 , curl, cdparanoia, libid3tag, ncurses, libtool }:
 
 stdenv.mkDerivation rec {
-  name = "grip-4.0.1";
+  name = "grip-4.1.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/grip/${name}.tar.gz";
-    sha256 = "0blh5j3d4g16bhsqmhv71qhbsyyzcqywzpqsjjiiw465mjlwxka6";
+    sha256 = "0iy7bcyrxm7zyrxah06qyxdshkgq6yqkadlw211j2qzld38a79j5";
   };
 
   nativeBuildInputs = [ pkgconfig ];