ircaids: 1.0.0 -> 1.0.1

This commit is contained in:
tv 2021-10-23 15:37:22 +02:00
parent 1630aafe6d
commit 4467830663

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "ircaids";
version = "1.0.0";
version = "1.0.1";
src = pkgs.fetchgit {
url = "https://cgit.krebsco.de/ircaids";
rev = "refs/tags/${version}";
sha256 = "13z9pc9vq2xq2qpavwmh7fvzvvjkc495ssxsh8cs044qflvj54b2";
sha256 = "0wp01pag58c72rmx8j3i1vlq60na8lc91743832f0h27cik8yqvh";
};
buildPhase = null;