Skip to content

Commit

Permalink
Merge pull request #405 from imincik/nixpkgs-pull-20240105
Browse files Browse the repository at this point in the history
pkgs: nixpkgs weekly pull 20240105
  • Loading branch information
imincik authored Jan 5, 2024
2 parents aae24a1 + 5388f9c commit 1c161df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/qgis/unwrapped-ltr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ let
urllib3
];
in mkDerivation rec {
version = "3.28.13";
version = "3.28.14";
pname = "qgis-ltr-unwrapped";

src = fetchFromGitHub {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-5UHyRxWFqhTq97VNb8AU8QYGaY0lmGB8bo8yXp1vnFQ=";
hash = "sha256-BiBrnma6HlaRF2kC/AwbdhRaZOYrJ7lzDLdJfjkDmfk=";
};

passthru = {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/qgis/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ let
urllib3
];
in mkDerivation rec {
version = "3.34.1";
version = "3.34.2";
pname = "qgis-unwrapped";

src = fetchFromGitHub {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-y+MATjhGUh0Qu4mNRALmP04Zd2/ozvaJnJDdM38Cy+w=";
hash = "sha256-RKxIJpp0lmRqyMYJuX2U4/GJh0FTnklFOcUft6LsuHc=";
};

passthru = {
Expand Down

0 comments on commit 1c161df

Please sign in to comment.