Unverified Commit 8b7992dc authored by K900's avatar K900 Committed by GitHub
Browse files

switchfin: 0.8.0 -> 0.8.1 (#470355)

parents 60f1ca3a 3664ad0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "switchfin";
  version = "0.8.0";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "dragonflylee";
    repo = "switchfin";
    rev = version;
    hash = "sha256-5W1lUnblXQi8G8+emQ2oU+PYxire0Lwza/j/JESCytw=";
    hash = "sha256-G/kkiy0mWQwJchLc1bI1jhFXRoBCbw/CnV2R05esuqM=";
    fetchSubmodules = true;
  };