Skip to content

Commit

Permalink
apt-dater: 1.0.3 -> 1.0.4 (#55901)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and xeji committed Feb 23, 2019
1 parent 7776de0 commit 5bcec14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/apt-dater/default.nix
Expand Up @@ -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 = [
Expand Down

0 comments on commit 5bcec14

Please sign in to comment.