about summary refs log tree commit diff
path: root/pkgs/applications/editors/supertux-editor
diff options
context:
space:
mode:
authorFelix Bühler <Stunkymonkey@users.noreply.github.com>2021-11-10 22:21:47 +0100
committerGitHub <noreply@github.com>2021-11-10 16:21:47 -0500
commitf5c12e831178d43db794b78c52c87fca83288d21 (patch)
tree4d5960df67349f0b5c7ab94120f3022967c722c2 /pkgs/applications/editors/supertux-editor
parentd4554c23a81ad967088ef82ca90b2a5488ef442b (diff)
downloadnixlib-f5c12e831178d43db794b78c52c87fca83288d21.tar
nixlib-f5c12e831178d43db794b78c52c87fca83288d21.tar.gz
nixlib-f5c12e831178d43db794b78c52c87fca83288d21.tar.bz2
nixlib-f5c12e831178d43db794b78c52c87fca83288d21.tar.lz
nixlib-f5c12e831178d43db794b78c52c87fca83288d21.tar.xz
nixlib-f5c12e831178d43db794b78c52c87fca83288d21.tar.zst
nixlib-f5c12e831178d43db794b78c52c87fca83288d21.zip
treewide: replace '-git' packages with 'unstable-' in version (#145396)
Diffstat (limited to 'pkgs/applications/editors/supertux-editor')
-rw-r--r--pkgs/applications/editors/supertux-editor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/supertux-editor/default.nix b/pkgs/applications/editors/supertux-editor/default.nix
index ec713d99371b..6888cebec2d0 100644
--- a/pkgs/applications/editors/supertux-editor/default.nix
+++ b/pkgs/applications/editors/supertux-editor/default.nix
@@ -1,6 +1,6 @@
 { lib, stdenv, fetchFromGitHub, mono, gtk-sharp-2_0, pkg-config, makeWrapper, gnome2, gtk2 }:
 stdenv.mkDerivation {
-  version = "git-2014-08-20";
+  version = "unstable-2014-08-20";
   pname = "supertux-editor";
 
   src = fetchFromGitHub {
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
   };
 
   nativeBuildInputs = [ pkg-config makeWrapper ];
-  buildInputs = [mono gtk-sharp-2_0 gnome2.libglade gtk2 ];
+  buildInputs = [ mono gtk-sharp-2_0 gnome2.libglade gtk2 ];
 
   installPhase = ''
     mkdir -p $out/bin $out/lib/supertux-editor