summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2021-01-25 19:05:13 +0100
committerFrancesco Gazzetta <fgaz@fgaz.me>2021-01-25 19:05:13 +0100
commit9ae9e1e2dc8755a2361d26cde17a469867f525b1 (patch)
treea88681dd44dac14783490428396911f2033562fc /pkgs/applications/graphics
parent9f821d9d1b77d1c672307fc3995a348292ea86c0 (diff)
pikopixel: 1.0-b9e -> 1.0-b10
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/pikopixel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/pikopixel/default.nix b/pkgs/applications/graphics/pikopixel/default.nix
index a20a0a2db61b..97a3684682d4 100644
--- a/pkgs/applications/graphics/pikopixel/default.nix
+++ b/pkgs/applications/graphics/pikopixel/default.nix
@@ -11,11 +11,11 @@ let
in gnustep'.gsmakeDerivation rec {
pname = "pikopixel";
- version = "1.0-b9e";
+ version = "1.0-b10";
src = fetchurl {
url = "http://twilightedge.com/downloads/PikoPixel.Sources.${version}.tar.gz";
- sha256 = "1gmgb5ch7s6fwvg85l6pl6fsx0maqwd8yvg7sz3r9lj32g2pz5wn";
+ sha256 = "1b27npgsan2nx1p581b9q2krx4506yyd6s34r4sf1r9x9adshm77";
};
sourceRoot = "PikoPixel.Sources.${version}/PikoPixel";