Unverified Commit cabb5f9b authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

warehouse: 2.0.2 -> 2.1.0 (#417693)

parents 6185b6bf cc442d01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "warehouse";
  version = "2.0.2";
  version = "2.1.0";

  src = fetchFromGitHub {
    owner = "flattool";
    repo = "warehouse";
    tag = finalAttrs.version;
    hash = "sha256-EcpHFS0EczUDFs0A/7IuNs1082hsuuS0J6wxSq47vaQ=";
    hash = "sha256-3xtC6pcZo6MTypeILy+cNMBaPK+PlshIXaeJW6KGyV0=";
  };

  nativeBuildInputs = [