ipcalc: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2023-07-13 02:34:27 +00:00
parent ff6e67d2c2
commit 4a67411b61

View file

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