roomarranger: 10.0.1 -> 10.2 (#436800)

authored by Peder Bergebakken Sundt and committed by GitHub 92f4f3db 36e3b3c4

+5 -7
+5 -7
pkgs/by-name/ro/roomarranger/package.nix
··· 15 exec = "roomarranger"; 16 name = "roomarranger"; 17 desktopName = "Room Arranger"; 18 - genericName = "Design your room, office, apartment, house."; 19 icon = "roomarranger-icon"; 20 terminal = false; 21 categories = [ "Graphics" ]; ··· 28 29 stdenv.mkDerivation { 30 pname = "roomarranger"; 31 - version = "10.0.1"; 32 33 src = fetchurl { 34 - url = "https://f000.backblazeb2.com/file/rooarr/rooarr1001-linux64.tar.gz"; 35 - hash = "sha256-OwJSOfyTQinVKzrJftpFa5NN1kGweBezedpL2aE4LbE="; 36 }; 37 38 nativeBuildInputs = [ ··· 52 53 mkdir -p $out/lib $out/bin 54 cp -r rooarr-bin/* $out/lib/ 55 - 56 - # Delete bundled dynamic libraries that reference major Qt version 6 57 - rm -f $out/lib/*.6 58 59 ln -s $out/lib/RoomArranger $out/bin/roomarranger 60 ··· 80 Free for 30 days. Updates are free. 81 ''; 82 homepage = "https://www.roomarranger.com/"; 83 license = lib.licenses.unfree; 84 platforms = [ "x86_64-linux" ]; 85 maintainers = with lib.maintainers; [ bellackn ];
··· 15 exec = "roomarranger"; 16 name = "roomarranger"; 17 desktopName = "Room Arranger"; 18 + genericName = "Design your room, office, apartment or house, plan gardens and more..."; 19 icon = "roomarranger-icon"; 20 terminal = false; 21 categories = [ "Graphics" ]; ··· 28 29 stdenv.mkDerivation { 30 pname = "roomarranger"; 31 + version = "10.2"; 32 33 src = fetchurl { 34 + url = "https://f000.backblazeb2.com/file/rooarr/rooarr1020-linux64.tar.gz"; 35 + hash = "sha256-24AGP2le5HfcVMlqDjiMRcRWKU/zjACV7KzJlVWMpkw="; 36 }; 37 38 nativeBuildInputs = [ ··· 52 53 mkdir -p $out/lib $out/bin 54 cp -r rooarr-bin/* $out/lib/ 55 56 ln -s $out/lib/RoomArranger $out/bin/roomarranger 57 ··· 77 Free for 30 days. Updates are free. 78 ''; 79 homepage = "https://www.roomarranger.com/"; 80 + changelog = "https://www.roomarranger.com/whatsnew.txt"; 81 license = lib.licenses.unfree; 82 platforms = [ "x86_64-linux" ]; 83 maintainers = with lib.maintainers; [ bellackn ];