-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
watchmate: 0.4.5 -> 0.5.2-unstable-2024-08-13 #340066
Conversation
rustPlatform.buildRustPackage rec { | ||
pname = "watchmate"; | ||
version = "0.4.5"; | ||
_version = "0.5.2"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe move this to the let
?
@@ -10,22 +10,24 @@ | |||
, wrapGAppsHook4 | |||
, glib | |||
}: | |||
|
|||
let appid = "io.gitlab.azymohliad.WatchMate"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't seem likely to change, so why not leave it inlined?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no real reason other than aesthetics tbh
6370d3b
to
7e0e797
Compare
@@ -10,22 +10,24 @@ | |||
, wrapGAppsHook4 | |||
, glib | |||
}: | |||
|
|||
let | |||
_version = "0.5.2"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation is off here. version'
might be a more idiomatic name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or release
or releaseVersion
if we want to avoid meaningful symbols.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure thing! thanks for the feedback :)
2cb5e3f
to
ecb4e0f
Compare
hmm, I should've split the formatting in a different commit I guess |
Yeah, please do. In the same commit it's quite hard to review. |
ecb4e0f
to
2cb5e3f
Compare
2cb5e3f
to
7e208d2
Compare
Description of changes
Update watchmate, includes fix for Rust 1.80.0 breakage
Related #332957
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.