Unverified Commit 23de0e53 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

switchres: fix hash (#515515)

parents 7223dce9 e932e2cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "antonioginer";
    repo = "switchres";
    tag = "v${finalAttrs.version}";
    hash = "sha256-s4OTnq46lvYoxB5Q2CkYNcMbsNdy7kg4rbovbVXJUMs=";
    hash = "sha256-jHMZuROSmRhCKb0AV3t1WUJZMOnB4ahx+ZcrWRFmTrM=";
  };

  nativeBuildInputs = [