···548548 description = "The redirect URL of the service. These need to exactly match the OAuth2 redirect target";549549 type =550550 let551551- originStrType = types.strMatching ".*://.*$";551551+ originStrType = types.strMatching ".*://?.*$";552552 in553553 types.either originStrType (types.nonEmptyListOf originStrType);554554 example = "https://someservice.example.com/auth/login";
···8888 owner = "FRRouting";8989 repo = "frr";9090 rev = "frr-${finalAttrs.version}";9191- hash = "sha256-62+WTabM+gx8CJDAb7LnTG45B1jcpWTTEouiQW3q468=";9191+ hash = "sha256-p+pjWsWk/x1pdyp1zbT0GQUKnW1DprHcJLpg7t746Lc=";9292 };93939494 # Without the std explicitly set, we may run into abseil-cpp
···1010}:1111python3Packages.buildPythonApplication rec {1212 pname = "pixelflasher";1313- version = "8.1.1.0";1313+ version = "8.3.1.0";1414 format = "other";15151616 src = fetchFromGitHub {1717 owner = "badabing2005";1818 repo = "PixelFlasher";1919 tag = "v${version}";2020- hash = "sha256-zXXc12E0ocAH0QucvmoncbEwHy/IyJU1YBPedeSpLfc=";2020+ hash = "sha256-/IEnQQ1fUKWeoKIOH4q9NmWM2Sz/b1xDqQ1s9zEWOI8=";2121 };22222323 desktopItems = [
+5-3
pkgs/by-name/po/polkadot/package.nix
···1717in1818rustPlatform.buildRustPackage rec {1919 pname = "polkadot";2020- version = "2503-5";2020+ version = "2506";21212222 src = fetchFromGitHub {2323 owner = "paritytech";2424 repo = "polkadot-sdk";2525 rev = "polkadot-stable${version}";2626- hash = "sha256-hQ0tXPore1kbezBCsacAsSZAB1GHXEp5BJatxdi19eI=";2626+ hash = "sha256-xXty0KwF/1ZZUMu4l2yYUKVl40eNrGsBVhBVVfirb6Q=";27272828 # the build process of polkadot requires a .git folder in order to determine2929 # the git commit hash that is being built and add it to the version string.···4545 '';46464747 useFetchCargoVendor = true;4848- cargoHash = "sha256-fK8EBgIdXHfxpNWUyquEutZpkTGSe11ZsLwe13ZZ1+0=";4848+ cargoHash = "sha256-4LT4TiXRZIgyhy1eBr017Wh8Nyo26udCMffwIXRaCrM=";49495050 buildType = "production";5151 buildAndTestSubdir = "polkadot";···6666 checkInputs = [6767 cacert6868 ];6969+7070+ doCheck = false;69717072 OPENSSL_NO_VENDOR = 1;7173 PROTOC = "${protobuf}/bin/protoc";