about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-03-25 21:36:40 -0300
committerGitHub <noreply@github.com>2022-03-25 21:36:40 -0300
commit22588ab564e4f8f19bb5ba138bb52c8f84522ad2 (patch)
tree3bbf6a0fc26936d38087026846eba0784d2e0b7b /pkgs/applications/video
parent4bbf1a90c4919b2918c2f2123179d8ccb60e8dde (diff)
parentb22dba3859f719d0ac89a49d0db7d5b37fae28e1 (diff)
downloadnixlib-22588ab564e4f8f19bb5ba138bb52c8f84522ad2.tar
nixlib-22588ab564e4f8f19bb5ba138bb52c8f84522ad2.tar.gz
nixlib-22588ab564e4f8f19bb5ba138bb52c8f84522ad2.tar.bz2
nixlib-22588ab564e4f8f19bb5ba138bb52c8f84522ad2.tar.lz
nixlib-22588ab564e4f8f19bb5ba138bb52c8f84522ad2.tar.xz
nixlib-22588ab564e4f8f19bb5ba138bb52c8f84522ad2.tar.zst
nixlib-22588ab564e4f8f19bb5ba138bb52c8f84522ad2.zip
Merge pull request #165136 from r-ryantm/auto-update/qmplay2
qmplay2: 21.12.24 -> 22.03.19
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/qmplay2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/qmplay2/default.nix b/pkgs/applications/video/qmplay2/default.nix
index 9621b8864c9a..12864d3b40af 100644
--- a/pkgs/applications/video/qmplay2/default.nix
+++ b/pkgs/applications/video/qmplay2/default.nix
@@ -22,13 +22,13 @@
 }:
 stdenv.mkDerivation rec {
   pname = "qmplay2";
-  version = "21.12.24";
+  version = "22.03.19";
 
   src = fetchFromGitHub {
     owner = "zaps166";
     repo = "QMPlay2";
     rev = version;
-    sha256 = "sha256-SHReKh+M1rgSIiweYFgVvwMeKWeQD52S4KxEiTsyHrI=";
+    sha256 = "sha256-+EIv74dMm0zxZcCfa5wR6FJNJl5Xaes+/dCRQEBqFeo=";
     fetchSubmodules = true;
   };