3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #227215 from r-ryantm/auto-update/super-productivity

super-productivity: 7.13.1 -> 7.13.2
This commit is contained in:
Weijia Wang 2023-04-20 23:52:50 +03:00 committed by GitHub
commit d398900541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "super-productivity";
version = "7.13.1";
version = "7.13.2";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
sha256 = "sha256-ZZnyPdwzIX0WNywcD2uYxaDG/cbgU8nyiwe0r3YIrs0=";
sha256 = "sha256-HwRJUrNaoAnNuIcDWgXOYA+PxLjOE6NXRJqINIbVxOw=";
name = "${pname}-${version}.AppImage";
};