distrobox: 1.5.0 -> 1.5.0.1

This commit is contained in:
R. Ryantm 2023-06-23 22:30:06 +00:00
parent 03afc9d850
commit 5111332e04

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "distrobox";
version = "1.5.0";
version = "1.5.0.1";
src = fetchFromGitHub {
owner = "89luca89";
repo = pname;
rev = version;
sha256 = "sha256-6VsQLouK9gwBwbTdprtOgcBKJ0VD8pC/h49AcjS4F3U=";
sha256 = "sha256-e8uOvIPeAB0fVDhBl2YnaVGpmDdgPkdqVhAHKFXrMyY=";
};
dontConfigure = true;