newsflash: 1.1.1 -> 1.2.0
This commit is contained in:
parent
9c318e6d57
commit
8696e999ac
1 changed files with 3 additions and 4 deletions
|
@ -19,16 +19,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "newsflash";
|
||||
version = "1.1.1";
|
||||
version = "1.2.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "news-flash";
|
||||
repo = "news_flash_gtk";
|
||||
rev = version;
|
||||
sha256 = "1z47h23g87dqmr9sfjl36fs5xjm2wj7z2bri9g0a4jcpwzl5awsd";
|
||||
hash = "sha256-ilaWkwy3uL/GWUg5lTLVG9zbpGXvjSFyciY8M+vy4k4=";
|
||||
};
|
||||
|
||||
cargoSha256 = "0rnrdh9ganj63hf9j890yj9pahcgza95z7x020w72mbb4648hq26";
|
||||
cargoHash = "sha256-kqhGoAMXt+KK5CJ1sKeMtattIQCcqV7YC7DD3TmaYyg=";
|
||||
|
||||
patches = [
|
||||
# Post install tries to generate an icon cache & update the
|
||||
|
@ -40,7 +40,6 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
|
||||
postPatch = ''
|
||||
chmod +x build-aux/cargo.sh
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue