Unverified Commit 9711fddc authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

distrobox: 1.8.1.2 -> 1.8.2.0 (#456467)

parents 49d4e934 29a2273e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "distrobox";
  version = "1.8.1.2";
  version = "1.8.2.0";

  src = fetchFromGitHub {
    owner = "89luca89";
    repo = "distrobox";
    rev = finalAttrs.version;
    hash = "sha256-wTu+8SQZaf8TKkjyvKqTvIWnCZTiPnozybTu5uKXEJk=";
    hash = "sha256-uwJD7HsWoQ/LxYL0mSSxMni676qqEnMHndpL01M5ySE=";
  };

  dontConfigure = true;