about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2021-07-29 00:15:50 -0300
committerGitHub <noreply@github.com>2021-07-29 00:15:50 -0300
commit7d189ad382a2d924ed04f3a7856a0ae0747a1187 (patch)
tree6aa71fcb3dc521575fbfe93fca814960b9875a67 /pkgs/applications
parent707f6106fe970598ddaf54b5612e0483dd788624 (diff)
parent8b8d9bb61e8ed115aefe5477562125c6f1bedb65 (diff)
Merge pull request #131742 from musfay/sakura-up
sakura: 3.8.2 -> 3.8.3
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/terminal-emulators/sakura/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/sakura/default.nix b/pkgs/applications/terminal-emulators/sakura/default.nix
index fbebf6590d075..44c34d76f4695 100644
--- a/pkgs/applications/terminal-emulators/sakura/default.nix
+++ b/pkgs/applications/terminal-emulators/sakura/default.nix
@@ -13,11 +13,11 @@
 
 stdenv.mkDerivation rec {
   pname = "sakura";
-  version = "3.8.2";
+  version = "3.8.3";
 
   src = fetchurl {
     url = "https://launchpad.net/${pname}/trunk/${version}/+download/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-nd/okZrg4RZzyiKHmuMkVl0Jh7FOlI4dK63/U4/htbk=";
+    sha256 = "sha256-UEDc3TjoqjLNZtWGlIZB3VTVQC+31AP0ASQH0fu+U+Q=";
   };
 
   nativeBuildInputs = [