distrobox: 1.8.2.4 -> 1.8.2.5 (#514048)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-08 17:32:34 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "distrobox";
version = "1.8.2.4";
version = "1.8.2.5";
src = fetchFromGitHub {
owner = "89luca89";
repo = "distrobox";
tag = finalAttrs.version;
hash = "sha256-bttJFHgmZgN0p6eT7vGzz2DsrrUgB+uGnnPz2Ep+eB4=";
hash = "sha256-sqMtB5THrspxkapB8eBfb9LNEnghE0UolivOvOEf7cs=";
};
dontConfigure = true;