Skip to content

Commit

Permalink
cinnamon.warpinator: 1.8.4 -> 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bobby285271 committed Jun 22, 2024
1 parent 8a3b1d8 commit 5c0dc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/cinnamon/warpinator/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ let
in
stdenv.mkDerivation rec {
pname = "warpinator";
version = "1.8.4";
version = "1.8.5";

src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-T1boMqzAGMjUD62ZAlWNOe3xUx5H5ZwpR7MNipy/LKA=";
hash = "sha256-PODQvdi4CARHOyDG0dal6ge8icyFnvJXOdhqEcbcrAk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 5c0dc4c

Please sign in to comment.