apt-dater: 1.0.3 -> 1.0.4 (#55901)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apt-dater/versions
This commit is contained in:
R. RyanTM 2019-02-23 15:18:25 -08:00 committed by xeji
parent 7776de07f4
commit 5bcec140f0

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "apt-dater-${version}";
version = "1.0.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "DE-IBH";
repo = "apt-dater";
rev = "v${version}";
sha256 = "1flr6cm72cywmwp5h7pbmmpq057xsi9shkczyplxqaqrb2gns5fl";
sha256 = "1r6gz9jkh1wxi11mcq5p9mqg0szclsaq8ic79vnfnbjdrmmdfi4y";
};
nativeBuildInputs = [