mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
bellepoule: 5.5 -> 5.7 (#534294)
This commit is contained in:
commit
c18735fefa
1 changed files with 4 additions and 3 deletions
|
|
@ -19,13 +19,14 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "bellepoule";
|
||||
version = "5.5";
|
||||
version = "5.7";
|
||||
|
||||
src =
|
||||
(fetchgit {
|
||||
url = "https://git.launchpad.net/bellepoule";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-SNL6yaaKk/GU8+EvHki4ysMuCHEQxFjPd3iwVIdJtCs=";
|
||||
# No tag available on launchpad for this version
|
||||
rev = "06516d698fde9662d95cf6a8758eb1fbcc89e983";
|
||||
hash = "sha256-9bbFzi9JPryJK2zv4O1TUDaeoB9GVV7LRNn6Xl8lajg=";
|
||||
}).overrideAttrs
|
||||
(oldAttrs: {
|
||||
env = oldAttrs.env or { } // {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue