distrobox: 1.8.2.3 -> 1.8.2.4

This commit is contained in:
R. Ryantm
2026-02-08 04:23:21 +00:00
parent 42c103b34b
commit 4c6b552ea0
+2 -2
View File
@@ -11,13 +11,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "distrobox";
version = "1.8.2.3";
version = "1.8.2.4";
src = fetchFromGitHub {
owner = "89luca89";
repo = "distrobox";
tag = finalAttrs.version;
hash = "sha256-p/IQ6HWG01UPbiskp3u1UUm8YEnpY9jUGqqODrYS1Ck=";
hash = "sha256-bttJFHgmZgN0p6eT7vGzz2DsrrUgB+uGnnPz2Ep+eB4=";
};
dontConfigure = true;