summary refs log tree commit diff
path: root/pkgs/applications/window-managers/sawfish
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-15 06:36:47 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-15 06:36:47 -0700
commit5ec1ae9883e4fd2fd47019de9fe80e1283149f0e (patch)
tree0d6bc031f94c4732ac2d6397f9b18adeab97c27b /pkgs/applications/window-managers/sawfish
parentba816ee08721d0c2f5f7e6652091bed085ac7687 (diff)
downloadnixpkgs-5ec1ae9883e4fd2fd47019de9fe80e1283149f0e.tar
nixpkgs-5ec1ae9883e4fd2fd47019de9fe80e1283149f0e.tar.gz
nixpkgs-5ec1ae9883e4fd2fd47019de9fe80e1283149f0e.tar.bz2
nixpkgs-5ec1ae9883e4fd2fd47019de9fe80e1283149f0e.tar.lz
nixpkgs-5ec1ae9883e4fd2fd47019de9fe80e1283149f0e.tar.xz
nixpkgs-5ec1ae9883e4fd2fd47019de9fe80e1283149f0e.tar.zst
nixpkgs-5ec1ae9883e4fd2fd47019de9fe80e1283149f0e.zip
sawfish: 1.12.0 -> 1.12.90
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/pq9arr25llfihg0gmhbsl411d6ycvbrv-sawfish-1.12.90/bin/sawfish --help` got 0 exit code
- ran `/nix/store/pq9arr25llfihg0gmhbsl411d6ycvbrv-sawfish-1.12.90/bin/sawfish --version` and found version 1.12.90
- ran `/nix/store/pq9arr25llfihg0gmhbsl411d6ycvbrv-sawfish-1.12.90/bin/sawfish --help` and found version 1.12.90
- ran `/nix/store/pq9arr25llfihg0gmhbsl411d6ycvbrv-sawfish-1.12.90/bin/.sawfish-wrapped --help` got 0 exit code
- ran `/nix/store/pq9arr25llfihg0gmhbsl411d6ycvbrv-sawfish-1.12.90/bin/.sawfish-wrapped --version` and found version 1.12.90
- ran `/nix/store/pq9arr25llfihg0gmhbsl411d6ycvbrv-sawfish-1.12.90/bin/.sawfish-wrapped --help` and found version 1.12.90
- found 1.12.90 with grep in /nix/store/pq9arr25llfihg0gmhbsl411d6ycvbrv-sawfish-1.12.90
Diffstat (limited to 'pkgs/applications/window-managers/sawfish')
-rw-r--r--pkgs/applications/window-managers/sawfish/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/sawfish/default.nix b/pkgs/applications/window-managers/sawfish/default.nix
index d18ffb50795..c219c81c2a5 100644
--- a/pkgs/applications/window-managers/sawfish/default.nix
+++ b/pkgs/applications/window-managers/sawfish/default.nix
@@ -11,12 +11,12 @@ with stdenv.lib;
 stdenv.mkDerivation rec {
 
   name = "sawfish-${version}";
-  version = "1.12.0";
+  version = "1.12.90";
   sourceName = "sawfish_${version}";
 
   src = fetchurl {
     url = "http://download.tuxfamily.org/sawfish/${sourceName}.tar.xz";
-    sha256 = "1z7awzgw8d15aw17kpbj460pcxq8l2rhkaxk47w7yg9qrmg0xja4";
+    sha256 = "18p8srqqj9vjffg13qhspfz2gr1h4vfs10qzlv89g76r289iam31";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];