microsocks: 1.0.4 -> 1.0.5

Changelog: https://github.com/rofl0r/microsocks/compare/v1.0.4...v1.0.5
This commit is contained in:
Casey Link
2025-02-07 09:03:09 +01:00
parent dbc71cc4f1
commit 19b71a5bfb
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "microsocks";
version = "1.0.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "rofl0r";
repo = "microsocks";
rev = "v${version}";
hash = "sha256-cB2XMWjoZ1zLAmAfl/nqjdOyBDKZ+xtlEmqsZxjnFn0=";
hash = "sha256-5NR2gtm+uMkjmkV/dv3DzSedfNvYpHZgFHVSrybl0Tk=";
};
installPhase = ''