about summary refs log tree commit diff
path: root/pkgs/applications/misc/st
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-20 22:09:05 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-20 22:09:05 -0700
commite75c169fe67c494a11685b7cb18646edcf5243df (patch)
tree9829fdad2954309c7bed1602a10f10ca2f93fe01 /pkgs/applications/misc/st
parentffbb4d26f9f93681576815be82142d14f2aa8234 (diff)
downloadnixlib-e75c169fe67c494a11685b7cb18646edcf5243df.tar
nixlib-e75c169fe67c494a11685b7cb18646edcf5243df.tar.gz
nixlib-e75c169fe67c494a11685b7cb18646edcf5243df.tar.bz2
nixlib-e75c169fe67c494a11685b7cb18646edcf5243df.tar.lz
nixlib-e75c169fe67c494a11685b7cb18646edcf5243df.tar.xz
nixlib-e75c169fe67c494a11685b7cb18646edcf5243df.tar.zst
nixlib-e75c169fe67c494a11685b7cb18646edcf5243df.zip
xst: 0.7.1 -> 0.7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xst/versions
Diffstat (limited to 'pkgs/applications/misc/st')
-rw-r--r--pkgs/applications/misc/st/xst.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/st/xst.nix b/pkgs/applications/misc/st/xst.nix
index 1a9e3f4ecc11..9407243c6a21 100644
--- a/pkgs/applications/misc/st/xst.nix
+++ b/pkgs/applications/misc/st/xst.nix
@@ -3,7 +3,7 @@
 with stdenv.lib;
 
 let
-  version = "0.7.1";
+  version = "0.7.2";
   name = "xst-${version}";
 in stdenv.mkDerivation {
   inherit name;
@@ -12,7 +12,7 @@ in stdenv.mkDerivation {
     owner = "gnotclub";
     repo = "xst";
     rev = "v${version}";
-    sha256 = "1fh4y2w0icaij99kihl3w8j5d5b38d72afp17c81pi57f43ss6pc";
+    sha256 = "1fplgy30gyrwkjsw3z947327r98i13zd1whwkplpj9fzckhb9vs9";
   };
 
   nativeBuildInputs = [ pkgconfig ];