nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

gcfflasher: 4.8.0 -> 4.10.0

The patch is now included in the source and is therefore no longer
needed. See: 1019d7ef2ab55a598ddd938db1b08169b05fc37

+2 -10
+2 -10
pkgs/by-name/gc/gcfflasher/package.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromGitHub, 5 - fetchpatch, 6 5 pkg-config, 7 6 libgpiod, 8 7 cmake, ··· 9 10 10 11 stdenv.mkDerivation rec { 11 12 pname = "gcfflasher"; 12 - version = "4.8.0"; 13 + version = "4.10.0"; 13 14 14 15 src = fetchFromGitHub { 15 16 owner = "dresden-elektronik"; 16 17 repo = "gcfflasher"; 17 18 tag = "v${version}"; 18 - hash = "sha256-W1sL3RyauEYAC/Fj0JhNnk0k5DT6Q8qIEuZNke3xNAE="; 19 + hash = "sha256-ayPo8FHxlH/xaoIwjbATSYLtGJUJkSj0oS16QoMxsbc="; 19 20 }; 20 - 21 - patches = [ 22 - (fetchpatch { 23 - url = "https://github.com/dresden-elektronik/gcfflasher/commit/c1019d7ef2ab55a598ddd938db1b08169b05fc37.patch"; 24 - hash = "sha256-Frd3Xerkv3QolGCOrTE4AqBPqPHTKjjhk+DzhHABTqo="; 25 - }) 26 - ]; 27 21 28 22 nativeBuildInputs = [ 29 23 pkg-config