mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
Merge pull request #220393 from r-ryantm/auto-update/stduuid
stduuid: 1.2.2 -> 1.2.3
This commit is contained in:
commit
abe8dc4095
@ -1,5 +1,5 @@
|
||||
{ stdenv, cmake, fetchFromGitHub, lib }: let
|
||||
version = "1.2.2";
|
||||
version = "1.2.3";
|
||||
in stdenv.mkDerivation {
|
||||
name = "stduuid-${version}";
|
||||
|
||||
@ -7,7 +7,7 @@ in stdenv.mkDerivation {
|
||||
owner = "mariusbancila";
|
||||
repo = "stduuid";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-itx1OF1gmEEMy2tJlkN5dpF6o0dlesecuHYfpJdhf7c=";
|
||||
hash = "sha256-MhpKv+gH3QxiaQMx5ImiQjDGrbKUFaaoBLj5Voh78vg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
Loading…
Reference in New Issue
Block a user