We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3582c7 commit 09c550bCopy full SHA for 09c550b
1 file changed
pkgs/by-name/ph/photoqt/package.nix
@@ -17,11 +17,11 @@
17
18
stdenv.mkDerivation rec {
19
pname = "photoqt";
20
- version = "4.9";
+ version = "4.9.1";
21
22
src = fetchurl {
23
url = "https://photoqt.org/pkgs/photoqt-${version}.tar.gz";
24
- hash = "sha256-Kd8h6JFJ02JH+IKMltvKT/mgnhz9jOJAFXMnNmI1BYA=";
+ hash = "sha256-dAqAM9zsFWPiGF7njhy7SM6f/5S19jMyTv57JadgHu8=";
25
};
26
27
nativeBuildInputs = [
0 commit comments