Skip to content

Commit

Permalink
pixelorama: 1.0.3 -> 1.0.5 (NixOS#365055)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents 0d7ee02 + 9275f7d commit b3acaf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pi/pixelorama/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "pixelorama";
version = "1.0.3";
version = "1.0.5";

src = fetchFromGitHub {
owner = "Orama-Interactive";
repo = "Pixelorama";
rev = "v${finalAttrs.version}";
hash = "sha256-IMHv5pOLxj7sqRtWmddziCiOX3T20bcMp2+ZzyhcIFg=";
hash = "sha256-pT2+LSYQuq2M8C9TjtdfWD5njMCurPGyQ3i9iaT5Yds=";
};

strictDeps = true;
Expand Down

0 comments on commit b3acaf1

Please sign in to comment.