Skip to content

Commit

Permalink
confclerk: 0.7.1 -> 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and ehmry committed Apr 28, 2024
1 parent 909e958 commit 1cfff78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/confclerk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

mkDerivation rec {
pname = "confclerk";
version = "0.7.1";
version = "0.7.2";

src = fetchurl {
url = "https://www.toastfreeware.priv.at/tarballs/confclerk/confclerk-${version}.tar.gz";
sha256 = "0l5i4d6lymh0k6gzihs41x4i8v1dz0mrwpga096af0vchpvlcarg";
sha256 = "sha256-GgWvPHcQnQrK9SOC8U9F2P8kuPCn8I2EhoWEEMtKBww=";
};

buildInputs = [ qtbase ];
Expand Down

0 comments on commit 1cfff78

Please sign in to comment.