distrobox: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm 2022-09-17 06:43:54 +00:00
parent d9a1414346
commit 6141f3cfde

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "distrobox";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "89luca89";
repo = pname;
rev = version;
sha256 = "sha256-XYqPwBiMbwG0bTiFRywZRWjp1OabTHcwhmbcx11SgPo=";
sha256 = "sha256-WIpl3eSdResAmWFc8OG8Jm0uLTGaovkItGAZTOEzhuE=";
};
dontConfigure = true;