summary refs log tree commit diff
path: root/pkgs/development/libraries/gsm
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-08 16:20:19 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-08 16:20:19 -0800
commitf3bf2c9548094e415df40dfbb5020233c4b17b15 (patch)
treebfe445f58817b3505fe56cb1a39553e6f99b67d7 /pkgs/development/libraries/gsm
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
downloadnixpkgs-f3bf2c9548094e415df40dfbb5020233c4b17b15.tar
nixpkgs-f3bf2c9548094e415df40dfbb5020233c4b17b15.tar.gz
nixpkgs-f3bf2c9548094e415df40dfbb5020233c4b17b15.tar.bz2
nixpkgs-f3bf2c9548094e415df40dfbb5020233c4b17b15.tar.lz
nixpkgs-f3bf2c9548094e415df40dfbb5020233c4b17b15.tar.xz
nixpkgs-f3bf2c9548094e415df40dfbb5020233c4b17b15.tar.zst
nixpkgs-f3bf2c9548094e415df40dfbb5020233c4b17b15.zip
gsm: 1.0.14 -> 1.0.17
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/cikcvld2cd32if9qgc3ilvvb7iksds3c-gsm-1.0.17/bin/toast -h` got 0 exit code
- ran `/nix/store/cikcvld2cd32if9qgc3ilvvb7iksds3c-gsm-1.0.17/bin/toast help` got 0 exit code
- ran `/nix/store/cikcvld2cd32if9qgc3ilvvb7iksds3c-gsm-1.0.17/bin/tcat -h` got 0 exit code
- ran `/nix/store/cikcvld2cd32if9qgc3ilvvb7iksds3c-gsm-1.0.17/bin/tcat help` got 0 exit code
- ran `/nix/store/cikcvld2cd32if9qgc3ilvvb7iksds3c-gsm-1.0.17/bin/untoast -h` got 0 exit code
- ran `/nix/store/cikcvld2cd32if9qgc3ilvvb7iksds3c-gsm-1.0.17/bin/untoast help` got 0 exit code
- found 1.0.17 with grep in /nix/store/cikcvld2cd32if9qgc3ilvvb7iksds3c-gsm-1.0.17
- found 1.0.17 in filename of file in /nix/store/cikcvld2cd32if9qgc3ilvvb7iksds3c-gsm-1.0.17
Diffstat (limited to 'pkgs/development/libraries/gsm')
-rw-r--r--pkgs/development/libraries/gsm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gsm/default.nix b/pkgs/development/libraries/gsm/default.nix
index 42d36b8406e..57112e2825e 100644
--- a/pkgs/development/libraries/gsm/default.nix
+++ b/pkgs/development/libraries/gsm/default.nix
@@ -9,11 +9,11 @@ in
 
 stdenv.mkDerivation rec {
   name = "gsm-${version}";
-  version = "1.0.14";
+  version = "1.0.17";
 
   src = fetchurl {
     url = "http://www.quut.com/gsm/${name}.tar.gz";
-    sha256 = "0b1mx69jq88wva3wk0hi6fcl5a52qhnq2f9p3f3jdh5k61ma252q";
+    sha256 = "00bns0d4wwrvc60lj2w7wz4yk49q1f6rpdrwqzrxsha9d78mfnl5";
   };
 
   patchPhase = ''