summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-10-27 07:38:10 +0100
committerGitHub <noreply@github.com>2018-10-27 07:38:10 +0100
commitdbb2aa143a3d1a64797e7f9d48bd8fcbb2f9c536 (patch)
tree76c9ed65a35c30873d88489f8144e4e02ec6aaab /pkgs/tools
parent8c3b2192f837d8bd4d4ccaf8ab2fee38d6055a4a (diff)
parenta4df2d4315bfe217eb2cb3f32ae3537920c25b5f (diff)
downloadnixlib-dbb2aa143a3d1a64797e7f9d48bd8fcbb2f9c536.tar
nixlib-dbb2aa143a3d1a64797e7f9d48bd8fcbb2f9c536.tar.gz
nixlib-dbb2aa143a3d1a64797e7f9d48bd8fcbb2f9c536.tar.bz2
nixlib-dbb2aa143a3d1a64797e7f9d48bd8fcbb2f9c536.tar.lz
nixlib-dbb2aa143a3d1a64797e7f9d48bd8fcbb2f9c536.tar.xz
nixlib-dbb2aa143a3d1a64797e7f9d48bd8fcbb2f9c536.tar.zst
nixlib-dbb2aa143a3d1a64797e7f9d48bd8fcbb2f9c536.zip
Merge pull request #49201 from markuskowa/up-snapper
snapper: 0.5.0 -> 0.7.2
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/snapper/default.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgs/tools/misc/snapper/default.nix b/pkgs/tools/misc/snapper/default.nix
index 563232dbe53d..80b66026848e 100644
--- a/pkgs/tools/misc/snapper/default.nix
+++ b/pkgs/tools/misc/snapper/default.nix
@@ -5,23 +5,15 @@
 
 stdenv.mkDerivation rec {
   name = "snapper-${version}";
-  version = "0.5.0";
+  version = "0.7.2";
 
   src = fetchFromGitHub {
     owner = "openSUSE";
     repo = "snapper";
     rev = "v${version}";
-    sha256 = "14hrv23film4iihyclcvc2r2dgxl8w3as50r81xjjc85iyp6yxkm";
+    sha256 = "1dm1kf4wrbcaaagxgbc8q0f5j9dq3bmp6ycl7zx8p70s4nv3xnbc";
   };
 
-  patches = [
-    # Fix build with new Boost
-    (fetchpatch {
-      url = "https://github.com/openSUSE/snapper/commit/2e3812d2c1d1f54861fb79f5c2b0197de96a00a3.patch";
-      sha256 = "0yrzss1v7lmcvkajmchz917yqsvlsdfz871szzw790v6pql1322s";
-    })
-  ];
-
   nativeBuildInputs = [
     autoreconfHook pkgconfig
     docbook_xsl libxslt docbook_xml_dtd_45