mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
deepin.dde-calendar: 5.14.1 -> 5.14.4
This commit is contained in:
parent
f6bd986ea3
commit
2ca2be2d8d
@ -19,13 +19,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dde-calendar";
|
||||
version = "5.14.1";
|
||||
version = "5.14.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "linuxdeepin";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-08xkdiP0/haHY3jdHSoA1zXRxMi2t+qxLxbcRc7EO6Q=";
|
||||
hash = "sha256-bZxNOBtLjop0eYxpMeoomaWYvPcMyDfQfgGPK9m+ARo=";
|
||||
};
|
||||
|
||||
patches = [ ./fix-wrapped-name-not-in-whitelist.diff ];
|
||||
|
Loading…
Reference in New Issue
Block a user