summary refs log tree commit diff
path: root/pkgs/os-specific/linux/service-wrapper/default.nix
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-04-28 18:35:34 +0200
committerc0bw3b <c0bw3b@users.noreply.github.com>2019-04-28 18:35:34 +0200
commit3aa6b25fdf1be00afbc82c22329cfbb10dd08a61 (patch)
tree08d16e0650fd498d3bafef3126674d9e3b7891b2 /pkgs/os-specific/linux/service-wrapper/default.nix
parent7d558b2cdfe43f7bb90ee2f47890149181395d6f (diff)
downloadnixpkgs-3aa6b25fdf1be00afbc82c22329cfbb10dd08a61.tar
nixpkgs-3aa6b25fdf1be00afbc82c22329cfbb10dd08a61.tar.gz
nixpkgs-3aa6b25fdf1be00afbc82c22329cfbb10dd08a61.tar.bz2
nixpkgs-3aa6b25fdf1be00afbc82c22329cfbb10dd08a61.tar.lz
nixpkgs-3aa6b25fdf1be00afbc82c22329cfbb10dd08a61.tar.xz
nixpkgs-3aa6b25fdf1be00afbc82c22329cfbb10dd08a61.tar.zst
nixpkgs-3aa6b25fdf1be00afbc82c22329cfbb10dd08a61.zip
service-wrapper: 16.04.0 -> 19.04
Diffstat (limited to 'pkgs/os-specific/linux/service-wrapper/default.nix')
-rw-r--r--pkgs/os-specific/linux/service-wrapper/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/service-wrapper/default.nix b/pkgs/os-specific/linux/service-wrapper/default.nix
index 8adb2e5413c..f2ed3c4a783 100644
--- a/pkgs/os-specific/linux/service-wrapper/default.nix
+++ b/pkgs/os-specific/linux/service-wrapper/default.nix
@@ -2,7 +2,7 @@
 
 let
   name = "service-wrapper-${version}";
-  version = "16.04.0"; # Ajar to Ubuntu Release
+  version = "19.04"; # Akin to Ubuntu Release
 in
 runCommand "${name}" {
   script = substituteAll {
@@ -17,6 +17,7 @@ runCommand "${name}" {
     license     = licenses.gpl2Plus;
     platforms   = platforms.linux;
     maintainers = with maintainers; [ DerTim1 ];
+    # Shellscript has been modified but upstream source is: https://git.launchpad.net/ubuntu/+source/init-system-helpers
   };
 }
 ''