Merge pull request #98779 from r-ryantm/auto-update/libbraiding

libbraiding: 1.0 -> 1.1
This commit is contained in:
Timo Kaufmann 2020-09-28 11:11:06 +02:00 committed by GitHub
commit 27f084d817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.0"; version = "1.1";
pname = "libbraiding"; pname = "libbraiding";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "miguelmarco"; owner = "miguelmarco";
repo = "libbraiding"; repo = "libbraiding";
rev = version; rev = version;
sha256 = "0l68rikfr7k2l547gb3pp3g8cj5zzxwipm79xrb5r8ffj466ydxg"; sha256 = "1n1j58y9jaiv0ya0y4fpfb3b05wv0h6k2babpnk2zifjw26xr366";
}; };
nativeBuildInputs = [ nativeBuildInputs = [