Skip to content

Commit

Permalink
cppcolormap: 1.4.4 -> 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action committed Oct 22, 2023
1 parent bb23cd4 commit 287fc06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/cp/cppcolormap/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "cppcolormap";
version = "1.4.4";
version = "1.4.5";

src = fetchFromGitHub {
owner = "tdegeus";
repo = pname;
rev = "v${version}";
hash = "sha256-YVVWeR7K1t3uOzCFes2zu+c0I1Tb1S1wh/Rmzi60Dp0=";
hash = "sha256-O/PaXYy4eyqx8GJosOvAGp7SiJ7p01wI757/YyUBi4g=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 287fc06

Please sign in to comment.