openresolv: 3.16.5 -> 3.17.0

This commit is contained in:
R. Ryantm
2025-07-20 05:51:41 +00:00
parent 8722e0db43
commit 5b9f2c0db2
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "openresolv";
version = "3.16.5";
version = "3.17.0";
src = fetchFromGitHub {
owner = "NetworkConfiguration";
repo = "openresolv";
rev = "v${version}";
sha256 = "sha256-EkplO5XWWqABzCSrmTxWSxX6PawpcVZAeKZG5l1FTUE=";
sha256 = "sha256-blWfUXTBPkAYj5o2/lqAfMV4mOHUW1wpPGiUx93Bfyo=";
};
nativeBuildInputs = [ makeWrapper ];