cinnamon.warpinator: 1.8.2 -> 1.8.3

https://github.com/linuxmint/warpinator/compare/1.8.2...1.8.3
This commit is contained in:
Bobby Rong 2024-01-05 21:12:38 +08:00
parent 82d26ba26e
commit 366c8b113b
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.2";
version = "1.8.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-wBln4YqjZ8aI3D4Arwa7UgDKxNPSlC5fRZtjanTHl4Q=";
hash = "sha256-qtz8/vO6LJ19NcuFf9p3DWNy41kkoBWlgZGChlnTOvI=";
};
nativeBuildInputs = [