ipcalc: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm 2023-03-12 01:12:12 +00:00
parent 651e4175cf
commit b321bf861c

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "ipcalc";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitLab {
owner = "ipcalc";
repo = "ipcalc";
rev = version;
hash = "sha256-UQq5TqK83I44ANU0yXD8YUTQWvBFLiAxmLSRtKUJ5WE=";
hash = "sha256-HlAGAjNUjfr/Ysjiml54vph/S5pS6fTMWYJwLFr1NSI=";
};
patches = [