summary refs log tree commit diff
path: root/pkgs/applications/misc/xastir
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-20 15:26:09 -0700
committerVincent Laporte <vbgl@users.noreply.github.com>2019-07-22 11:37:19 +0000
commit120ce0298ed28ae42b3e32e740d4ca0a8296541d (patch)
tree6cf05a75a0333bb719fa6d2a759eddca1b0209d2 /pkgs/applications/misc/xastir
parentd2144755a41be5e6c866686aabbfb0d4dd79392c (diff)
downloadnixpkgs-120ce0298ed28ae42b3e32e740d4ca0a8296541d.tar
nixpkgs-120ce0298ed28ae42b3e32e740d4ca0a8296541d.tar.gz
nixpkgs-120ce0298ed28ae42b3e32e740d4ca0a8296541d.tar.bz2
nixpkgs-120ce0298ed28ae42b3e32e740d4ca0a8296541d.tar.lz
nixpkgs-120ce0298ed28ae42b3e32e740d4ca0a8296541d.tar.xz
nixpkgs-120ce0298ed28ae42b3e32e740d4ca0a8296541d.tar.zst
nixpkgs-120ce0298ed28ae42b3e32e740d4ca0a8296541d.zip
xastir: 2.1.2 -> 2.1.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xastir/versions
Diffstat (limited to 'pkgs/applications/misc/xastir')
-rw-r--r--pkgs/applications/misc/xastir/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/xastir/default.nix b/pkgs/applications/misc/xastir/default.nix
index 987b676034f..4086c0e094a 100644
--- a/pkgs/applications/misc/xastir/default.nix
+++ b/pkgs/applications/misc/xastir/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "xastir";
-  version = "2.1.2";
+  version = "2.1.4";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "Release-${version}";
-    sha256 = "1xfzd2m4l0zbb96ak2pniffxdrs9lax0amkxfgdsnyg8x5j0xcxm";
+    sha256 = "14f908jy5jzvgm1h1sr47hjqjq3q2nq91byhimk84kj044fn21w9";
   };
 
   buildInputs = [