Merge pull request #238310 from pongo1231/distrobox-update

distrobox: 1.4.2.1 -> 1.5.0
This commit is contained in:
Emily 2023-06-18 13:36:01 +02:00 committed by GitHub
commit 63e4a83928
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.2.1";
version = "1.5.0";
src = fetchFromGitHub {
owner = "89luca89";
repo = pname;
rev = version;
sha256 = "sha256-s3lq1Xr2y29cmyT1nY5/amiDA9dNfyGaMtjTvUINSD8=";
sha256 = "sha256-6VsQLouK9gwBwbTdprtOgcBKJ0VD8pC/h49AcjS4F3U=";
};
dontConfigure = true;