-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
exult: 1.4.9rc1 -> 1.6 #89364
exult: 1.4.9rc1 -> 1.6 #89364
Conversation
This should be a pretty straightforward PR. Is there anything I can do to get this moving? |
hey, can you squash your one commit which says: |
No worries! Commits squashed!! |
pkgs/games/exult/default.nix
Outdated
|
||
src = fetchurl { | ||
url = "mirror://sourceforge/exult/${name}.tar.gz"; | ||
sha256 = "0a03a2l3ji6h48n106d4w55l8v6lni1axniafnvvv5c5n3nz5bgd"; | ||
sha256 = "1dm27qkxj30567zb70q4acddsizn0xyi3z87hg7lysxdkyv49s3s"; | ||
# date = 2020-06-02T10:50:06-0400; |
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.
why post the date here?
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 is an artifact of John Wiegley's nix-update.el script. I can remove it if necessary.
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.
ah, IC. Not sure the next person will bump the timestamp if it's not you, so removing would be better IMHO
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.
done
remove patch Use variable removed date signature
Motivation for this change
Update exult to verion 1.6.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)Some notes:
makeFlags
, since it was resulting in a nested dir structure in the nix store.pinging: @edolstra