lol

Merge pull request #242269 from r-ryantm/auto-update/cpp-utilities

authored by

Doron Behar and committed by
GitHub
dc99434f 4cee14d1

+6 -6
+2 -2
pkgs/applications/misc/syncthingtray/default.nix
··· 30 30 }: 31 31 32 32 mkDerivation rec { 33 - version = "1.4.3"; 33 + version = "1.4.4"; 34 34 pname = "syncthingtray"; 35 35 36 36 src = fetchFromGitHub { 37 37 owner = "Martchus"; 38 38 repo = "syncthingtray"; 39 39 rev = "v${version}"; 40 - sha256 = "sha256-6J/P/DDD17QtXAISQn77EDIYqQu1hY7EnIX0FC6H/20="; 40 + sha256 = "sha256-i13Mt4xASneE4sBIt9fbdoFV1KnoVfaGRwQXX+1NgI4="; 41 41 }; 42 42 43 43 buildInputs = [
+2 -2
pkgs/development/libraries/cpp-utilities/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "cpp-utilities"; 11 - version = "5.23.0"; 11 + version = "5.24.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "Martchus"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-gZF+dsj+KYrFklnJHT04XSGLdlEdslFmxeStz6jVl24="; 17 + sha256 = "sha256-krskfuoCRxYcAIDqrae4+yEABXXZ9Nv0BjBVwSMjC7g="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ cmake ];
+2 -2
pkgs/development/libraries/qtutilities/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "qtutilities"; 12 - version = "6.12.2"; 12 + version = "6.13.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Martchus"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - hash = "sha256-YYuTDUBTNKLmieb/pDljiN0T8NdaOb2aRmwkD85ZF38="; 18 + hash = "sha256-gfGVVjtzpBGrPrp2k3fOIh54EAMSicyikF1CtaO74y8="; 19 19 }; 20 20 21 21 buildInputs = [ qtbase cpp-utilities ];