linuxPackages.xone: 0.4.4 -> 0.4.5 (#443570)

authored by Nick Cao and committed by GitHub c6dcea3c 22f311c5

+2 -2
+2 -2
pkgs/os-specific/linux/xone/default.nix
··· 7 }: 8 stdenv.mkDerivation (finalAttrs: { 9 pname = "xone"; 10 - version = "0.4.4"; 11 12 src = fetchFromGitHub { 13 owner = "dlundqvist"; 14 repo = "xone"; 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-1X2GNQb3Ia61w+IxMnl4XSAYdt1vhYYcSowP52XsUVM="; 17 }; 18 19 setSourceRoot = ''
··· 7 }: 8 stdenv.mkDerivation (finalAttrs: { 9 pname = "xone"; 10 + version = "0.4.5"; 11 12 src = fetchFromGitHub { 13 owner = "dlundqvist"; 14 repo = "xone"; 15 tag = "v${finalAttrs.version}"; 16 + hash = "sha256-pM4Csmikh8NV0bjl0pz99yxDLDmebIxKCiC4rMeAf3k="; 17 }; 18 19 setSourceRoot = ''