Merge pull request #191617 from r-ryantm/auto-update/distrobox

distrobox: 1.4.0 -> 1.4.1
This commit is contained in:
Christian Kögler 2022-10-01 09:19:34 +02:00 committed by GitHub
commit 67a58facbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;