1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #332451 from nim65s/jrl-cmakemodules

jrl-cmakemodules: 0-unstable-2024-05-22 -> 0-unstable-2024-08-05
This commit is contained in:
Weijia Wang 2024-08-07 21:45:38 +02:00 committed by GitHub
commit 87475b257a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation {
pname = "jrl-cmakemodules";
version = "0-unstable-2024-05-22";
version = "0-unstable-2024-08-05";
src = fetchFromGitHub {
owner = "jrl-umi3218";
repo = "jrl-cmakemodules";
rev = "dd3e4127f2b223496859fe05be02726e9d1a071b";
hash = "sha256-ySMfops0Py1U+50LEGwgIwlzPUq/miusTxK7TIpQQXs=";
rev = "88d3cb561d1f9faa3c6281da7b2b8d6aa76b04d5";
hash = "sha256-3Su/tGtV39/tto1Hs5sgGgjpFWkBCvI2SZKqBIIDAjA=";
};
nativeBuildInputs = [ cmake ];