Skip to content

Commit

Permalink
protozero: 1.7.1 -> 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 13, 2025
1 parent 979627e commit 0741b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pr/protozero/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "protozero";
version = "1.7.1";
version = "1.8.0";

src = fetchFromGitHub {
owner = "mapbox";
repo = "protozero";
rev = "v${version}";
sha256 = "sha256-R8lGewsEOxPNbKlkIeiM4yIwUcTzi2Dm0+xJ2WrBTBQ=";
sha256 = "sha256-kqR0YLxkRu8WclxaoR/zx+2sRTEZus7dUTbqjBkv12U=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 0741b8f

Please sign in to comment.