about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-06-07 11:11:57 -0500
committerGitHub <noreply@github.com>2020-06-07 11:11:57 -0500
commit8f5efc23f2e2cac1415ca1e86459a6628fc094ec (patch)
treee127aacd84d697e500b5745c19d3ceba8a850187
parent8a70e6d1dbe04e0f600462ce956a506050ae4432 (diff)
parentda1dc613602428a40ecde2cb1e1a1e5d1321c605 (diff)
downloadnixlib-8f5efc23f2e2cac1415ca1e86459a6628fc094ec.tar
nixlib-8f5efc23f2e2cac1415ca1e86459a6628fc094ec.tar.gz
nixlib-8f5efc23f2e2cac1415ca1e86459a6628fc094ec.tar.bz2
nixlib-8f5efc23f2e2cac1415ca1e86459a6628fc094ec.tar.lz
nixlib-8f5efc23f2e2cac1415ca1e86459a6628fc094ec.tar.xz
nixlib-8f5efc23f2e2cac1415ca1e86459a6628fc094ec.tar.zst
nixlib-8f5efc23f2e2cac1415ca1e86459a6628fc094ec.zip
Merge pull request #89685 from r-ryantm/auto-update/sdate
sdate: 0.6 -> 0.7
-rw-r--r--pkgs/tools/misc/sdate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/sdate/default.nix b/pkgs/tools/misc/sdate/default.nix
index 6c52aa217df6..06b5360086c1 100644
--- a/pkgs/tools/misc/sdate/default.nix
+++ b/pkgs/tools/misc/sdate/default.nix
@@ -1,10 +1,10 @@
 { stdenv, fetchurl, autoreconfHook }:
 stdenv.mkDerivation rec {
   pname = "sdate";
-  version = "0.6";
+  version = "0.7";
   src = fetchurl {
     url = "https://github.com/ChristophBerg/sdate/archive/${version}.tar.gz";
-    sha256 = "11irlbbhlzkg6y621smk351jl8ay3yjhl2j9hila0xa72hs4n7gz";
+    sha256 = "1lfnsb8prac8rspnxcawd138jyhyivwf35rrmfvwq6dhsx23c6vy";
   };
 
   buildInputs = [ autoreconfHook ];