tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pixelorama: 1.1.4 -> 1.1.5
R. Ryantm
4 months ago
f2a5d305
b780ce5f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
pi
pixelorama
package.nix
+2
-2
pkgs/by-name/pi/pixelorama/package.nix
···
20
20
in
21
21
stdenv.mkDerivation (finalAttrs: {
22
22
pname = "pixelorama";
23
23
-
version = "1.1.4";
23
23
+
version = "1.1.5";
24
24
25
25
src = fetchFromGitHub {
26
26
owner = "Orama-Interactive";
27
27
repo = "Pixelorama";
28
28
rev = "v${finalAttrs.version}";
29
29
-
hash = "sha256-REJsaGuPVihQj5+ec10UuyobspwNBEbYslDgAZxPfFE=";
29
29
+
hash = "sha256-5ODSGZM39FO+6tTLoosnrf5ngh+fSHpNsphTgjlux48=";
30
30
};
31
31
32
32
strictDeps = true;