Unverified Commit 2dcae9be authored by K900's avatar K900 Committed by GitHub
Browse files

switchfin: 0.7.6 -> 0.7.7 (#462518)

parents 194c006e 062eb389
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.7.6";
  version = "0.7.7";

  src = fetchFromGitHub {
    owner = "dragonflylee";
    repo = "switchfin";
    rev = version;
    hash = "sha256-WEqscGd7K5tTQcK8XXc02EQU2yCbTIdrzw40eXw8lYY=";
    hash = "sha256-swNwaZg6W5Ox08poc3gC3MOsIHv08/Q9BOMwD9FNf3g=";
    fetchSubmodules = true;
  };