distrobox: 1.8.2.0 -> 1.8.2.2

This commit is contained in:
R. Ryantm
2025-11-28 17:48:06 +00:00
parent b8ee623e26
commit db1ee289d0
+2 -2
View File
@@ -11,13 +11,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "distrobox";
version = "1.8.2.0";
version = "1.8.2.2";
src = fetchFromGitHub {
owner = "89luca89";
repo = "distrobox";
tag = finalAttrs.version;
hash = "sha256-uwJD7HsWoQ/LxYL0mSSxMni676qqEnMHndpL01M5ySE=";
hash = "sha256-g7GbMJeUfDf3FIM2K7rk0X9SNyUMV0A3fSP1J5F44oo=";
};
dontConfigure = true;