tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
guile-sdl2: 0.7.0 -> 0.8.0
R. Ryantm
3 years ago
5f8fd0ae
ad625c8a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
guile-modules
guile-sdl2
default.nix
+2
-2
pkgs/development/guile-modules/guile-sdl2/default.nix
···
12
12
13
13
stdenv.mkDerivation rec {
14
14
pname = "guile-sdl2";
15
15
-
version = "0.7.0";
15
15
+
version = "0.8.0";
16
16
17
17
src = fetchurl {
18
18
url = "https://files.dthompson.us/${pname}/${pname}-${version}.tar.gz";
19
19
-
hash = "sha256-h0osCURnYTUQFrKw0i7Jd+QCI8piR1NUE2lbxPv87aQ=";
19
19
+
hash = "sha256-V/XrpFrqOxS5mAphtIt2e3ewflK+HdLFEqOmix98p+w=";
20
20
};
21
21
22
22
nativeBuildInputs = [