Unverified Commit f1e68c38 authored by Jared Baur's avatar Jared Baur Committed by GitHub
Browse files

various: fix hash mismatches (#468283)

parents 3e23f807 919d067a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
    owner = "OpenSC";
    repo = "libp11";
    rev = "${pname}-${version}";
    sha256 = "sha256-teYXlPtCt6ifQDArbCJWGrYl9pdr6V7HVpU4HXTPIco=";
    sha256 = "sha256-xH5Ic8HpWB5O2MWXf2A9FUiV10VZajDdPqEVF0Hs6u0=";
  };

  configureFlags = [
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ clangStdenv.mkDerivation {
    owner = "tihmstar";
    repo = "usbmuxd2";
    rev = "2ce399ddbacb110bd5a83a6b8232d42c9a9b6e84";
    hash = "sha256-UVLLE73XuWTgGlpTMxUDykFmiBDqz6NCRO2rpRAYfow=";
    hash = "sha256-u7qRKH5y+Q1HnnumjVm3Ce4SlT3YaEVSPUXYOAiFBes=";
    # Leave DotGit so that autoconfigure can read version from git tags
    leaveDotGit = true;
  };
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "microsoft";
    repo = "debugpy";
    tag = "v${version}";
    hash = "sha256-U9WeWAX0qDusWcMsFaI1ct4YKlGQEHUYlKZfRiYhma0=";
    hash = "sha256-eAiCtSJUqLASapxnYCyq1UCiGz6QmKQum7Vs3MoU1s8=";
  };

  patches = [