Commit 4a67411b authored by R. RyanTM's avatar R. RyanTM
Browse files

ipcalc: 1.0.2 -> 1.0.3

parent ff6e67d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [