Unverified Commit c073e594 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #290028 from r-ryantm/auto-update/gcfflasher

gcfflasher: 4.3.0-beta -> 4.4.0
parents c8f94d28 ddbddf5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "gcfflasher";
  version = "4.3.0-beta";
  version = "4.4.0";

  src = fetchFromGitHub {
    owner = "dresden-elektronik";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-H1CZ7rAM1QpdmSnUpvg6ytln/0MQKju/C4aIk3xl0PA=";
    hash = "sha256-o0S4NtgQ/Rlpmkk8pTocmP0N+5F7BX8lUsczOKjujwk=";
  };

  nativeBuildInputs = [