cinnamon.warpinator: 1.8.1 -> 1.8.2

https://github.com/linuxmint/warpinator/compare/1.8.1...1.8.2
This commit is contained in:
Bobby Rong 2023-12-28 22:05:46 +08:00
parent 2a4e36d02b
commit 5c2122c997
No known key found for this signature in database

View File

@ -36,13 +36,13 @@ let
in
stdenv.mkDerivation rec {
pname = "warpinator";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-dxbs2Qq1Ix04yIA587tntLJ3W/pnA0wTiQ4BB5GCTR0=";
hash = "sha256-wBln4YqjZ8aI3D4Arwa7UgDKxNPSlC5fRZtjanTHl4Q=";
};
nativeBuildInputs = [