Merge pull request #165012 from AtilaSaraiva/distrobox

distrobox: 1.2.13 -> 1.2.14
This commit is contained in:
Bobby Rong 2022-03-21 08:29:34 +08:00 committed by GitHub
commit e73b01f93a
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.2.13";
version = "1.2.14";
src = fetchFromGitHub {
owner = "89luca89";
repo = pname;
rev = version;
sha256 = "047mrhsfi88mgwylnnyxg6xa7hjjrajn2pf7vfmb6161myqybvfy";
sha256 = "sha256-gHKyuIL4K/SLBJw8xNuPdNifDcHI91AFTiHaiv38gus=";
};
dontConfigure = true;