about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2020-05-03 15:24:44 +0200
committerTor Hedin Brønner <torhedinbronner@gmail.com>2020-05-03 17:42:31 +0200
commit42e6acdd55af9d9efbd71f16e5e4c0d8a96756dd (patch)
tree8f5705b2479de22616fcea0a9c424c762f1dc062 /pkgs/desktops/gnome-3
parent66d2cb34ef11cd17c61b03dac345d8907215e306 (diff)
downloadnixlib-42e6acdd55af9d9efbd71f16e5e4c0d8a96756dd.tar
nixlib-42e6acdd55af9d9efbd71f16e5e4c0d8a96756dd.tar.gz
nixlib-42e6acdd55af9d9efbd71f16e5e4c0d8a96756dd.tar.bz2
nixlib-42e6acdd55af9d9efbd71f16e5e4c0d8a96756dd.tar.lz
nixlib-42e6acdd55af9d9efbd71f16e5e4c0d8a96756dd.tar.xz
nixlib-42e6acdd55af9d9efbd71f16e5e4c0d8a96756dd.tar.zst
nixlib-42e6acdd55af9d9efbd71f16e5e4c0d8a96756dd.zip
gnome3.four-in-a-row: 3.36.0 -> 3.36.2
Diffstat (limited to 'pkgs/desktops/gnome-3')
-rw-r--r--pkgs/desktops/gnome-3/games/four-in-a-row/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/games/four-in-a-row/default.nix b/pkgs/desktops/gnome-3/games/four-in-a-row/default.nix
index 0d73e3b3744b..1523da990e37 100644
--- a/pkgs/desktops/gnome-3/games/four-in-a-row/default.nix
+++ b/pkgs/desktops/gnome-3/games/four-in-a-row/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   pname = "four-in-a-row";
-  version = "3.36.0";
+  version = "3.36.2";
 
   src = fetchurl {
     url = "mirror://gnome/sources/four-in-a-row/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "1bl63npcbr5ymka2y06wps612qynxa4hsqlzn7bvwpz2v53pai1z";
+    sha256 = "1pjwaly0f36gn8ashf19b6w1yldmqpa8grdxcyb6h7b0k3bd54z6";
   };
 
   nativeBuildInputs = [